@charset "UTF-8";
/*::-webkit-scrollbar {
  	width: 2px;
	height:2px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #e60012;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #e60012;
}

::-webkit-scrollbar-thumb:vertical:hover {
  background: #e60012;
  }*/

  @media (min-width: 768px) {
      html {
        font-size: 28px!important;
    }
}
@media (min-width: 1025px) {
  html {
    font-size: 30px!important;
}
}
@media (min-width: 1440px) {
  html {
    font-size: 34px!important;
}
}
@media (min-width: 1680px) {
  html {
    font-size: 40px!important;
}
}
/* 重置表单样式 */
select::-ms-expand { display: none; }
input,select,textarea{
    box-shadow: none;
    outline: none;
    border: none;
    border-radius: 0;
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance:none;
    appearance:none;  
    padding: 0;
}
textarea{
	resize: none;
}
select::-ms-expand { display: none; }
/* 更改placeholder颜色 */
input::-webkit-input-placeholder{
    color:#888;  
}  
input:-moz-placeholder{
    color:#888;
}  
input::-moz-placeholder{
    color:#888;
}  
input:-ms-input-placeholder {
    color:#888;
}  

textarea::-webkit-input-placeholder{
    color:#888;  
}  
textarea:-moz-placeholder{
    color:#888;
}  
textarea::-moz-placeholder{
    color:#888;
}  
textarea:-ms-input-placeholder {
    color:#888;
}


.index-wrap{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.banner{
    height: 100%;
    overflow: hidden;
    position: relative;
}
.banner .pc-img,
.banner .m-img{
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.banner .m-img{
    display: none;
}
.banner .btns{
    position: absolute;
    left: 0;
    bottom: 2.6%;
    width: 100%;
    font-size: 0;
    z-index: 3;
    text-align: center;
}
.banner .btns .swiper-pagination-bullet{
    display: inline-block;
    *display: inline;
    zoom: 1;
    background-color: transparent;
    width: auto;
    height: auto;
    margin:0 2px;
    position: relative;
    vertical-align: bottom;
    background-color: #fff;
}

.banner .btns .swiper-pagination-bullet .line{
    width: 1rem;
    height: 1px;
    background-color: #fff;
}
.banner .btns .swiper-pagination-bullet .block{
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #26b597;
    visibility: hidden;
}
.banner .btns .swiper-pagination-bullet.cur{
    height: 2px;
}
.banner .btns .swiper-pagination-bullet.cur .block{
    visibility: visible;
}
.banner .ban-text{
    position: absolute;
    top: 38.48%;
    width: 100%;
    left: 0;
}
.banner .ban-text .desc{
    font-size: .75rem;
    line-height: .85rem;
    color: #fff;
}
.banner .ban-text .cn{
    font-size: 1.75rem;
    color: #31cdac;
    line-height: 1.8rem;
    letter-spacing: .6rem;
    margin-top: .5em;
}
.banner .ban-text .en{
    font-size: 1rem;
    line-height: 1.1rem;
    color: #fff;
    text-transform: uppercase;
    font-family: "GEOMETOS.WOFF_0";
    letter-spacing: .25rem;
    margin-top: .5rem;
}
.banner .ban-text .line{
    width: 3rem;
    height: 5px;
    background-color: #253e83;
    margin-top: .5rem;
    position: relative;
}
.banner .ban-text .line:before{
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background-color: #23c8a5;
    right: 0;
    top: 0;
}

.num-box{
    position: absolute;
    right: 4.17%;
    bottom: 2.6%;
    font-size: 0;
    z-index: 3;
}
.num-box span{
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: .4rem;
    color: #fff;
    font-family: "GEOMETOS.WOFF_0";
}
.num-box .cur{
    font-size: .75rem;
    color: #26b597;
}
.num-box .divide{
    margin: 0 .5rem;
}
.scroll-btn{
    position: absolute;
    left: 4.17%;
    bottom: 2.6%;
    width: 22px;
    height: 36px;
    background-image: url('../img/scroll-btn.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 3;
}
.scroll-btn:before{
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -2px;
    width: 4px;
    height: 4px;
    background-color: #fff;
    border-radius: 100%;
    top: 7px;
    opacity: 0;
    filter: alpha(opacity=0);
}
.index-wrap .bg-box{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.index-wrap .bg-box>div{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.index-wrap .bg-box .m-bg{
    display: none;
}

.i-about-box{
    height: 100%;
    overflow: hidden;
    position: relative;
}

.i-about-box .about-circle{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,calc(-50% + 1rem));
}
.i-about-box .about-circle .circle{
    width: 100%;
}
.i-about-box .about-circle1{
    width: 46.4583%;
    z-index: 3;
}
.i-about-box .about-circle2{
    width: 67.1875%;
}
.i-about-box .about-circle3{
    width: 78.59375%;
}
.i-about-box .about-circle .text-box{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}
.index-tit{
    font-size: 1.125rem;
    color: #fff;
    line-height: 1.2rem;
}
.index-con{
    font-size: .4rem;
    line-height: .75rem;
    color: #fff;
}
.i-about-box .con{
    width: 65%;
    margin: 1.5rem auto 0;
}
.i-about-box .icon-box{
    font-size: 0;
    text-align: center;
    margin-top: 1.75rem;
}
.i-about-box .icon-box .item{
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0 1.125rem;
}
.i-about-box .icon-box .icon{
    width: 1.15rem;
    margin: 0 auto;
}
.i-about-box .icon-box .icon img{
    width: 100%;
}
.i-about-box .icon-box .txt{
    font-size: .4rem;
    line-height: .5rem;
    color: #fff;
    margin-top: .25rem;
    font-family: "微软雅黑 Light";
}
.index-more{
    display: block;
    width: 4rem;
    height: 1.25rem;
    background-color: #26b597;
    border-radius: .75rem;
    text-align: center;
    transition: all .2s;
    font-size: 0;
}
.index-more span{
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: .35rem;
    line-height: 1.25rem;
    color: #fff;
    padding-right: 1.125rem;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url('../img/index-more.png');
    transition: all .2s;
}
.i-about-box .index-more{
    margin: 1.75rem auto 0;
}
.i-product-box{
    height: 100%;
    position: relative;
}
.bg-tab{
    height: 100%;
}
.bg-tab .swiper-slide{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.i-product-box .bg-box{
    display: none;
}
.i-product{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.i-product .swiper-slide{
    width: 25%;
    box-sizing: border-box;
    border-right: 1px solid rgba(255,255,255,.15);
}
.i-product .swiper-slide:last-child{
    border-right: none;
}
.i-product .text-box{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(calc(-50% + 1rem));
    width: 100%;
    padding: 0 14.58%;
    box-sizing: border-box;
    text-align: center;
}
.i-product .mask{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #26b597;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .2s;
}

.i-product .con-box{
    height: 100%;
}
.i-product .con-box .icon{
    width: 2.25rem;
    margin: 0 auto;
}
.i-product .con-box .icon img{
    width: 100%;
}
.i-product .con-box .tit-box{
    margin-top: 1rem;
    color: #fff;
}
.i-product .con-box .tit{
    font-size: .75rem;
    line-height: .8rem;
}
.i-product .con-box .desc{
    font-size: .4rem;
    line-height: .5rem;
    margin-top: 5px;
}
.i-product .con-box .index-con{
    margin-top: .6rem;
    display: none;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.i-product .con-box .index-more{
    border: 1px solid rgba(255,255,255,.3);
    background-color: transparent;
    margin: 1.75rem auto 0;
}
.i-product .swiper-slide.cur .mask{
    opacity: .5;
    filter: alpha(opacity=50);
}
.i-news{
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(calc(-50% + 1rem));
}
.i-news .i-news-tit .index-tit{
    float: left;
}
.i-news .i-news-tit .i-news-btns{
    font-size: 0;
    float: right;
}
.i-news .i-news-tit .i-news-btns a{
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: .4rem;
    line-height: .5rem;
    padding-bottom: .4rem;
    color: #fff;
    margin-left: 1.25rem;
    position: relative;
    transition: all .2s;
}
.i-news .i-news-tit .i-news-btns a:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #26b597;
    transition: all .2s;
}
.i-news .i-news-tit .i-news-btns a.cur{
    color: #26b597;
}
.i-news .i-news-tit .i-news-btns a.cur:before{
    width: 100%;
}
.i-news-tab{
    margin-top: 1rem;
}
.i-news-tab .swiper-slide{
    position: relative;
    padding: 2.6% 4.17% 4%;
    box-sizing: border-box;
    /* border-left: 1px solid rgba(255, 255, 255, .1); */
    border-top: 1px solid rgba(255, 255, 255, .1);
}
.i-news-tab .swiper-slide:before{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 300%;
    background-color: rgba(255, 255, 255, .1)
}
.i-news-tab .swiper-slide a{
    display: block;
}
.i-news-tab .swiper-slide .img{
    border-radius: 5px;
    overflow: hidden;
}
.i-news-tab .swiper-slide img{
    width: 100%;
}
.i-news-tab .swiper-slide .text-box{
    margin-top: .4rem;
}
.i-news-tab .swiper-slide .tit{
    font-size: .55rem;
    line-height: .65rem;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.i-news-tab .swiper-slide .con{
    font-size: .45rem;
    color: #a4b0d1;
    line-height: .75rem;
    margin-top: .25rem;
    height: 1.5rem;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.i-news-btn{
    margin-top: .5rem;
    padding-top: .75rem;
    border-top: 1px solid rgba(153,153,153,.3);
}
.i-news-btn .index-more{
    float: left;
    background-color: transparent;
    opacity: .5;
    filter: alpha(opacity=50);
    border: 1px solid #fff;
}
.i-news-btn .bds_more{
    display: block;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background: url('../img/news-share.png') no-repeat center/cover!important;
    width: .5rem;
    height: .5rem;
    margin-top: .5rem;
}
.i-news-btn #bdshare{
    float: right;
    width: 20px;
    height: 20px;
}
.i-news-box .num-box{
    right: auto;
    left: 50%;
    transform: translateX(-50%);
}
.i-news-box .buttons{
    position: absolute;
    right: 4.17%;
    bottom: 2.6%;
    font-size: 0;
    z-index: 3;
}
.i-news-box .buttons a{
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: .375rem;
    height: .65rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all .2s;
    margin-left: 1.25rem;
}
.i-news-box .buttons .prev{
    background-image: url('../img/i-news-prev.png')
}
.i-news-box .buttons .next{
    background-image: url('../img/i-news-next.png')
}
.i-news-box #wave{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.foot-slide{
    height: auto;
}
.index-btns{
    position: fixed;
    top: 50%;
    transform: translateY(calc(-50% + 1rem));
    right: 1.5625%;
    z-index: 3;
}
.index-btns a{
    display: block;
    width: 20px;
    height: 20px;
    border:1px dashed #fff;
    border-radius: 100%;
    margin-bottom: .75rem;
    position: relative;
    transition: all .2s;
}
.index-btns a:last-child{
    margin-bottom: 0;
}
.index-btns a .line{
    position: absolute;
    left: 48%;
    width: 1px;
    height: .75rem;
    bottom: 20px;
    border-right: 1px dashed #fff;
    transition: all .2s;
}
.index-btns a:first-child .line{
    display: none;
}
.index-btns a:before{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #fff;
    transform: translate(-50%,-50%);
    transition: all .2s;
}
.index-btns a.cur{
    border-color: #26b597;
}
.index-btns a.cur:before{
    background-color: #26b597;
    width: 8px;
    height: 8px;
}
.index-btns a.cur .line{
    border-color: #26b597;
}
@keyframes scrollAni{
    0 {
        top:7px;
        opacity: 0;
        filter: alpha(opacity=0);
    }
    100% {
        top:22px;
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

@-webkit-keyframes scrollAni{
    0 {
        top:7px;
        opacity: 0;
        filter: alpha(opacity=0);
    }
    100% {
        top:22px;
        opacity: 1;
        filter: alpha(opacity=100);
    }
}
.scroll-btn:before{
    animation:scrollAni 1.5s infinite;
    -webkit-animation:scrollAni 1.5s infinite; /*Safari and Chrome*/
}
/* /40 */ 
/*新闻中心*/
.news-main{
  width: 100%;
  background-color: #f6f6f6;
  padding-bottom:1.25rem;
}
.news-main .news-contant{
  overflow: hidden;
  position: relative;
  top: 50px;
  opacity: 0;
}
.news-main .news-contant ul li{
  border-bottom: 1px solid #dadada;
  box-sizing:border-box;
  padding:2rem; 
  border-right: 1px solid #dadada;
  max-height: 650px;
}
.news-main .news-contant ul li:nth-child(3n){
  border-right:none;
}

.news-main .news-contant ul li .news-det-img{
  overflow: hidden;
  height:7rem;
}
.news-main .news-contant .news-det-img img{  
 transition: all 0.5s;
 width: 100%;
 border-radius:0.08rem;
}  

.news-main .news-contant ul li .news-det h2{
  font-size: 0.55rem;
  color: #000;
  margin-top: 0.65rem;
  margin-bottom: 0.375rem;
  border:0;
  font-weight:bold; 
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.news-main .news-contant ul li .news-det h2 a{
	color: #000;
}
.news-main .news-contant ul li .news-det-type{
  font-size: 0.35rem;
  color: #666666;
  overflow: hidden;
  line-height: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical;
}
.news-main .news-contant ul li .news-det-hr{
  width: 100%;
  border:1px solid #dadada;
  margin: 0.75rem auto 1.05rem; 
}
.news-fotter a{
  padding: 0.325rem 1.75rem 0.325rem 0.6rem;
  border: 1px solid #dcdcdc;
  font-size: 0.35rem;
  color: #999999;
  background: url(../img/jiantou01.png) no-repeat center center;
  background-position: 2.65rem center;
  border-radius: 1rem;
}

.news-fotter #bdshare{
 background: url(../img/jianright01.png) no-repeat center center;
 width: 0.5rem;
 height: 0.5rem;
 display: inline-block;
 float: right;
 background-size:100% 100%;
 position: relative;
 top: 0.1rem;
}
.news-fotter #bdshare span.bds_more {
    display: block;
    background: none!important;
    padding: 0;
    cursor: pointer;
    width: 0.5rem;
    height: 0.5rem;
}
/*分享*/

.news-main #bdshare_l{
    display: none!important;
}
.news-main .bdsharebuttonbox{
  float: right;
}
.news-main .bdshare-button-style0-16 a{
  width: 30px;
  height: 30px !important;
  display: inline-block;
  float: left;
  margin: 0 .15rem .15rem 0.3rem !important;
  text-align: center;
  padding-left: 0 !important;
  line-height: inherit !important;
}
.news-main .bdshare-button-style0-16 .bds_weixin,.bdshare-button-style0-16 .bds_qzone,.bdshare-button-style0-16 .bds_tsina{
  background-image: url(../img/tuoyuan01.png);
  background-position:center center !important;
}
.news-main .bdshare-button-style0-16 .active{
 background-image: url(../img/tuoyuan02.png);
}
.f-share .bds_tsina{
    background-image:url(../img/f-share-icon2.png) !important;
}

/*分页*/
.page {
    margin-top: 1.25rem;
    text-align: center;
    font-size: 0;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0;
    border-radius: 4px;
}
.page a.active {
    border-color: #26b597;
    color: #fff;
    background-color: #26b597
}

.page a {
    display: inline-block;
    zoom: 1;
    width: 1.25rem;
    height: 1.25rem;
    border: 1px solid #dcdcdc;
    vertical-align: top;
    margin: 0 .25rem;
    border-radius: 100%;
    font-size: .45rem;
    line-height: 1.25rem;
    color: #666;
    font-family: arial;
    transition: all .2s;
}
.page .prev, .page .next {
    background-repeat: no-repeat;
    background-position: center;
    background-size: .175rem;
}
.page a {
    display: inline-block;
    zoom: 1;
    width: 1.25rem;
    height: 1.25rem;
    border: 1px solid #dcdcdc;
    vertical-align: top;
    margin: 0 .25rem;
    border-radius: 100%;
    font-size: .45rem;
    line-height: 1.25rem;
    color: #666;
    font-family: arial;
    transition: all .2s;
}
.page .next {
    background-image: url(../img/page-next.png);
}
.page .prev {
    background-image: url(../img/page-prev.png);
}
/*新闻内页*/
.newsdeatil{
  padding-bottom: 0;
}
.w1200{
  width: 62.5%;
  margin:0 auto;
}
.news-deatail-nav{
  background: #f6f6f6;
}
.news-nav-sele{
  padding: 0.75rem 0;
  
}
.news-nav-sele .bread{
  float: left;
  font-size: 0;
}
.news-nav-sele .bread a,
.news-nav-sele .bread span{
  display: inline-block;
  font-size: 0.35rem;
}
.news-nav-sele .bread a{
  color: #999999;
}
.news-nav-sele span{
  margin:0 .4rem;
}

.news-nav-sele .back{
  float: right;
  margin-right: 0;
  background-image: url(../img/back01.png);
  background-repeat: no-repeat;
  padding: 0 0 0 0.75rem; 
  background-position: 0.1rem center;
  color: #999999;
  font-size: 0.35rem;
}

.newsdetail-name{
  background-color: #e8e8e8;
}
.newsdetail-tail{
  font-size: 0.75rem;
  color: #333;
  padding: .75rem 0;
  border-bottom: 1px solid #dadada;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.clear{
  clear: both;
}
.newsdetail-footer{
  margin-bottom:2rem;
}
.newsdetail-footer a{
  display: inline-block;
  font-size: 0.35rem;
  width: 50%;
  float: left;
  padding: 0.25rem 0;
  text-align: center;
  color: #999999;
  background-color: #e8e8e8;
}



.newsdetail-footer .prve span{
  background-image:url(../img/shang01.png);
  display: inline-block;
  width: 5px;
  height: 10px;
  margin-right: 0.5rem;
  background-repeat: no-repeat;
}

.newsdetail-footer .next span{
  background-image:url(../img/xia01.png) ;
  display: inline-block;
  width: 5px;
  height: 10px;
  margin-left: 0.5rem;
  background-repeat: no-repeat;
}
.newsdetail-time{
  font-size: 0.35rem;
  color: #333;
  padding: .75rem 0;
}
.newsdetail-time  .bdsharebuttonbox img{
    position: relative;
    top: 4px;
}
.newsdetail-cont{
  background-color: #f6f6f6;
}
.newsDetail-cont p{
	width: 100%;
}
.newsDetail-cont p span{
	white-space:initial !important;

}
.newsDetail-cont{
  padding: 0.75rem 0;
  font-size: 0.4rem;
  color: #333;
}
.newsDetail-cont p{
  margin: 0.2rem  0;
}
.news-cont-header span{
  font-size: 0.65rem;
  color: #333;
}
.news-cont-header a{
  display: inline-block;
  float: right;
  font-size: 0.4rem;
  padding:0 0.75rem 0 0;
  color: #666666;
  background-image: url(../img/moreright01.png);
  background-repeat: no-repeat;
  background-position: right center;
  position: relative;
  top: 0.1rem; 
}

.news-main .news-main{
  background: #fff;
}
.news-cont-header{
  padding:2rem 2rem 1rem 2rem;
}

/*产品中心*/
.product{
  /*padding: 0 2rem;*/
}
.product .product-mun{
  overflow: hidden;
  margin-bottom: 0;
}
.product .product-nav{
  border-bottom: 1px solid #f2f2f2;
  padding: 0 2rem;
}
.product .product-mun li{
  float: left;
  font-size: 0.4rem;
  padding:0.75rem 2rem 0.75rem 0;
}
.product .product-mun li a{
  color: #000;
  position: relative;
  display: inline-block;
}
.product .product-mun li .active{
  color: #31cdac;
}
.product .product-mun li .active:after{
  content: "";
  height:2px;
  background-color: #31cdac;
  width: 100%;
  position: absolute;
  bottom: -0.75rem;
  left: 0;
}
.product .product-swpier{
  border-bottom: 1px solid #f5f5f5;
  position: relative;
}
.product .product-left{
    overflow: hidden;
    width: 82.8%;
    float: left;
}
.product .product-swpier .product-left .product-sw-mian{
  padding: 2rem;
  overflow:hidden;
}
.product .product-swpier .product-left .product-sw-mian .product-sw-left{
  float: left;
  width: 42.7%;
}
.product .product-swpier .product-left .product-sw-left h2{
  color: #31cdac;
  font-size: 1rem;
  margin-top: 0;
}
.product .product-swpier .product-left .product-sw-left>div{
  color: #666;
  font-size: 0.4rem;
  margin-top: 0.3rem;
  overflow: hidden;
  line-height: 2;
}
.product .product-swpier .product-left .product-sw-left>div span{
   color:#000;
   width: 1.2rem;
   display: inline-block;
   float: left;
}
.product .product-swpier .product-left .product-sw-left>div p{
  float: left;
}
.product .product-swpier .product-left .swiper-slide .product-sw-right{
  float: right;
  width: 45.8%;
}
.product .product-swpier .product-sw-right img{
  width:100%; 
}
.product .product-right{
  width: 17.1%;
  position: absolute;
  height: 100%;
  background-color: #eafbff;
  position: absolute;
  right: 0;
}
.product .product-right .product-fen{
  padding: 2rem;
}
.product .product-right .product-fen .product-button-next{
  width: 13px;
  height:21px;
  background-image: url(../img/swiperpro01.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 2rem;
}

.product .product-right .product-fen .product-button-prev{
  width: 13px;
  height:21px;
  background-image: url(../img/swiperpro04.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 2rem;
}

.product .product-right .product-fous{
  position: absolute;
  left: 50%;
  margin-left: -44px;
}
.product .product-right .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #cccccc; 
}
.product .product-right .swiper-pagination-bullet-active{
  width: 8px;
  height: 8px;
  border-radius: 100%;
  border:2px solid #31cdac;
  background: none;
}
.product .product-right .num-box{
  position: absolute;
  bottom: 2rem;
  right: 2rem;
}
.product .product-right .num-box .cur{
  color: #31cdac;
  font-size: 1rem;
}
.product .product-right .num-box .divide{
  font-size: 0.5rem;
  color: #000;
}
.product .product-right .num-box .total{
  font-size: 0.5rem;
  color: #000;
}
.product-rows{
  padding: 2rem;
  background-color: #f6f6f6;
  position: relative;
  top: 50px;
  opacity: 0;
}
.product-rows ul li {
  float: left;
  margin-bottom:0.75rem;
  cursor: pointer;
  padding-left: 0;
  padding-right: 0;
}
.product-rows ul li .li-rows{
  padding-right: 0.5rem;
}
.product-rows ul li .li-rows:nth-child(4n){
  padding-right: 0;
}
.product-rows ul li .rows-img{
  overflow: hidden;
}
.product-rows ul li img{
    transition: all 0.5s;
    width: 100%;
    border-radius: 0.08rem;
}

.product-rows ul li .li-rows-name{
  padding: 0 0.5rem;
  background: #fff
}
.product-rows ul li .li-rows-name h2{
  font-size: 0.6rem;
  color: #000;
  padding: 0.5rem 0;
  border-bottom: 1px solid #efefef;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;

}
.product-rows ul li .li-rows-name .product-ad{
  font-size: 0.35rem;
  color: #666;
  padding: 0.5rem 0;
  border-bottom: 1px solid #efefef;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.product-rows ul li .li-rows-name .product-ad span{
  background-image: url(../img/proaddress01.png);
  background-repeat: no-repeat;
  width: 14px;
  height: 17px;
  display: inline-block;
  float: left;
  position: relative;
  top: 1px;
  margin-right:0.5rem;
}
.product-rows ul li .li-rows-name .product-href{
  font-size: 0.35rem;
  color: #666;
  padding: 0.5rem 0;
}
.product-rows ul li .li-rows-name .product-href span{
  background-image: url(../img/jiantou01.png);
  background-repeat: no-repeat;
  width: 18px;
  height: 17px;
  display: inline-block;
  float: right;
  position: relative;
  top: 8px;
}

.product .product-deatil{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    display: none;
    z-index: 100;
}
.product .product-deatil .product-detail-next,.product .product-deatil .product-detail-prev{
  width: 64px;
  height:64px;
  background-image: url(../img/pedetai01.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  z-index: 1000;
  text-align: center;
  line-height: 60px;
}
.product .product-deatil .product-detail-next{
  right: 1.5rem;
}
.product .product-deatil .product-detail-prev{
  left: 1.5rem;
}
.product .product-deatil .close-detial{
  width: 50px;
  height: 50px;
  background-image:url(../img/yuan.png);
  text-align: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 4.17%;
  right: 4.17%;
  z-index: 100;
  line-height:48px;
  cursor: pointer;
  background-size: 100% 100%;
}
.product .product-deatil .gallery-thumbs{
  position: absolute;
  bottom: 0.5rem;
  z-index: 100;
  left: 50%;
  margin-left: -258px;
}
.product .product-deatil .gallery-thumbs .swiper-slide{
    width: 180px !important;
    height: 90px !important;
}
.product .product-deatil .gallery-thumbs .swiper-slide img{
  width: 100% !important;
}
.product .product-deatil .gallery-thumbs .swiper-slide-active{
  border: 2px solid #26b597;
}
.bimg{
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.bimg .swiper-slide .pho-img{
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   width: 100%;
   height: 100%;
   display: none;
}
.bimg .swiper-slide .pc-img{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.bimg .prev,
.bimg .next{
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform:translateY(-50%);
    z-index: 3;
}
.bimg .prev{
    background-image: url(../img/proajax01.png);
    left: 4.17%;
}
.bimg .next{
    background-image: url(../img/proajax02.png);
    right: 4.17%;
}
.simg{
    position: absolute;
    left: 50%;
    transform:translateX(-50%);
    width: 27%;
    bottom:3.16%;
    z-index: 3;
    overflow: hidden;
}
.simg .swiper-slide{
    width: 30.77%;
    margin-right: 3.845%;
}
.simg .swiper-slide img{
    width: 100%;
}
.simg .swiper-slide .mask{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border:4px solid #31cdac;
    box-sizing:border-box;
    opacity: 0;
    filter: alpha(opacity=0);
}
.simg .swiper-slide:last-child{
    margin-right: 0;
}
.simg .swiper-slide.cur .mask{
    opacity: 1;
    filter: alpha(opacity=100);
}

.pattern .n-banner{
    height: 21.6rem;
}
.pattern .n-banner .r-sub a{
    padding: 0.45rem 0.7rem 0.45rem 1.2rem;
    border: 1px solid #fff;
    background-image: url(../img/liebiao01.png);
    background-repeat: no-repeat;
    background-position: 0.625rem center;
    border-radius:1rem;
    font-size: 0.35rem;
}
.pattern .pattern-mian{
    padding: 2rem 0;
    background-color: #f0f0f0;
    position: relative;
    opacity: 0;
    top: 50px;
    overflow:hidden;
}
.pattern .pattern-mian #wave{
    position: absolute;
    bottom: 0;
}
.pattern .pattern-mian .patterimg{
    width: 1200px;
    margin: 0 auto;
}
.pattern .pattern-mian .xiamore{
    margin-top: 1rem;
    border-top: 1px solid #cccccc;
}
.pattern .pattern-mian h2{
    margin-top: 0;
    margin-bottom:0;
    font-size: 1rem;
    text-align: center;
    color: #000;
}
.pattern .pattermian-ov{
   width: 1200px;
   margin:2rem auto;
   position:relative;
}
.pattern .pattern-mian .swiper-wrapper{
    position: relative;.
}
.pattern .pattern-mian .pattermian-ov>div{
    float: left;
    width: 50%;
}
.pattern .pattern-mian .pattermian-ov .p-left img{
    width: 100%;

}
.pattern .pattern-mian .pattermian-ov .p-right{
    background-color: #fff;
    padding: 1rem;
    position: absolute;
    right: 0;
    height: 100%;
    top:0;
}
.pattern .pattern-mian .pattermian-ov .p-right h2{
    font-size: 0.6rem;
    margin-top: 0;
    margin-bottom:0;
    padding: 1rem 0;
    text-align: left;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;

}
.pattern .pattern-mian .pattermian-ov .p-right p{
    font-size: 0.35rem;
    color: #666;
    line-height: 2;
}
.pattern .pattern-mian .pattermian-ov .p-right p span{
    width: 8px;
    height: 8px;
    background-color: #26b597;
    display: inline-block;
    float: left;
    margin-right: 10px;
    border-radius: 10px;
    margin-top: 10px;
}
.pattern .pattern-mian .pattermian-ov .p-right .num{
    font-size: 1.6rem;
    color: #f1f1f1;
    position: absolute;
    right: 1rem;
    bottom: 0rem;
}
.pattern .pattern-mian .swiper-wrapper .prev,.pattern .pattern-mian .swiper-wrapper .next{
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform:translateY(-50%);
    z-index: 3;
}
.pattern .pattern-mian .swiper-wrapper .prev{
    background-image: url(../img/rightop01.png);
    left: -2.4rem;
}
.pattern .pattern-mian .swiper-wrapper .next{
    background-image: url(../img/rightop03.png);
    right: -2.4rem;
}

.pattern .pa-simg{
    position: relative;
    width:1200px;
    z-index: 3;
    overflow: hidden;
    margin: 0 auto;
    top: -10px;
}
.pattern .pa-simg .swiper-slide{
    width: 20%;
    text-align: center;
    font-size: 0.4rem;
}
.pattern .pa-simg .swiper-slide .pa-yuan{
    position: relative;
}
.pattern .pa-simg .swiper-slide .pa-yuan span{
    width: 0.4rem;
    height: 0.4rem;
    background-color: #cccccc;
    border-radius:50%;
    display: inline-block; 
    z-index: 100;
}
.pattern .pa-simg .swiper-slide .pa-name{
    margin-top: 0.4rem;
}
.pattern .pa-simg .cur .pa-yuan span{
    background-image: url(../img/active05.png);
    background-repeat: no-repeat;
    width:21px;
    height: 21px;
    background-color: #fff;
    z-index: 100;
}
.core .i-about-box .about-circle1{
    width: 30.2%;
}
.core .i-about-box .about-circle4{
    width: 38.2%;
}
.core .i-about-box .core-mian{
    width: 100%;
    height: 100%;
    position: relative;
}
.core .i-about-box .core-mian .core-item{
    text-align: center;
}
.core .i-about-box .core-mian .core-title1{
    position: absolute;
    top: 0;
    left: 3%;
}
.core .i-about-box .core-mian .core-title2{
    position: absolute;
    top: 0;
    right: 5%;
}
.core .i-about-box .core-mian .core-title3{
    position: absolute;
    bottom: 25%;
    left: -14%;
}
.core .i-about-box .core-mian .core-title4{
    position: absolute;
    bottom: 25%;
    right: -7%;
}
.core .i-about-box .core-mian .core-title5{
    position: absolute;
    bottom: -12%;
    left: 50%;
    transform: translate(-50%,calc(-50% + 1rem));
}
.core .i-about-box .core-mian .core-item h2{
    font-size: 0.65rem;
    color: #f6f6f6;
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
}
.core .i-about-box .core-mian .core-item p{
    color:#f6f6f6;
    text-align: center;
    font-size: 0.65rem;
    margin-bottom: 0;
}
.core .i-about-box .core-mian .core-item .text-tale{
    font-size: 0.4rem;
    color: #f6f6f6;
    text-align: center;
    margin-bottom: 0.2rem;
}
.core .i-about-box .core-mian .core-item .text-img{
    margin-bottom: 0.2rem;
}
.core .i-about-box .about-circle .text-box{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    text-align: center;
}
.core-mian{
    padding: 2rem 0;
    background-image: url(../img/coreback.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 950px;
    position: relative;
    background-position: center center; 
}
.core-ads{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.core-mian .core-wai{
    width: 1200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    display: none;
}
.core-mian .core-nei{
    width: 700px;
    position: absolute;
    top: 50%;
    left: 50%; display: none;
    transform: translateY(-50%) translateX(-50%);
}
.core-mian .core-nei1{
    width: 531px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%); display: none;
}
.core-mian .core-nei2{
    width: 570px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.core-mian .core-nei3{
    width: 228px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.core-mian .core-wai img,.core-mian .core-nei img,.core-mian .core-nei1 img,.core-mian .core-nei2 img,.core-mian .core-nei3 img{
    width: 100%
}
.core-mian .core-item{
    text-align: center;
    position: absolute;
    width: 280px;
}
.core-mian .core-item h2{
    font-size: 0.65rem;
    color: #fff;
    margin-bottom: 0.2rem;
    margin-top: 0;
}
.core-mian .core-item p{
    color: #fff;
    font-size: 0.6rem;
    margin-top: 0;
    margin-bottom: 0;
}
.core-mian .core-item div{
    font-size: 0.4rem;
    color: #f6f6f6;
    white-space: nowrap;
}
.core-mian .core-item div:last-child{
    font-size: 0.35rem;
}
.core-mian .core-item .item-Img{
    margin: 0.6rem 0 0.3rem 0; 
}
.core-mian .core-item1{
    top: -1%;
    left: 20%;
}
.core-mian .core-item2{
    top: -1%;
    right: 20%;
}
.core-mian .core-item3{
    top: 40%;
    left: 11%;
}
.core-mian .core-item4{
   top: 40%;
   right: 11%;
}
.core-mian .core-item5{
    bottom: 0%;
    left: 20%;
}
.core-mian .core-item6{
    bottom: 0%;
    right: 20%;
}
.quality{
    padding: 2rem 0;
    background-color: #f0f0f0;
    position: relative;
    top: 50px;
    opacity: 0;
}
.quality-mian{
    width: 70%;
    margin: 0 auto;
}
.quality-mian h2{
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    color: #000;
    text-align: center;
}
.quality-mian .quality-title{
    font-size: 0.4rem;
    color: #666666;
    text-align: center;
    line-height: 2
}
.quality-mian .quality-rmian{
    width: 100%;
    padding: 16% 0;
    position: relative;
}
.quality-mian .quality-rmian .quality-rimg{
    width: 52.3%;
    margin: 0 auto;
}
.divss{
	position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    z-index: 1;
}
.quality-mian .quality-rmian .quality-rimg01{
    width: 42.5%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 24%;
}
.product-left .product-allss{
    padding: 2rem;
}
.product-left .product-allss .product-sw-left{
    width: 48.2%;
    float: left;
    line-height: 2;
}
.product-left .product-allss .product-sw-left h2{
    margin-bottom: 0.7rem;
}
.product-left .product-allss .product-wsp{
    width: 48.2%;
    float: right;
    overflow:hidden;
}
.product-left .product-allss .product-wsp img{
    width: 100%;
}
.quality-mian .quality-rmian .quality-rimg01 img{
    width: 100%;
}
.quality-mian .quality-rmian .quality-rimg02{
    width: 41.5%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 24%;
}
.quality-mian .quality-rmian .quality-rimg03 img{
    width: 100%;
}
.quality-mian .quality-rmian .quality-rimg03{
    width: 16.5%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 40%;
}
.quality-mian .quality-rmian .quality-rimg03 h2{
    color: #fff;
    font-size: 0.8rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
}
.quality-mian .quality-rmian .quality-rimg02 img{
    width: 100%;
}
.quality-mian .quality-rmian .quality-rimg img{
    width: 100%;
}
.quality-mian .quality-rmian .quality-iteimg img{
    width: 1.6rem;
    height: 1.6rem;
}
.quality-mian .quality-rmian .quality-item{
    text-align: center;
    position: absolute;
}
.quality-mian .quality-rmian .quality-item h2{
    font-size: 0.6rem;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0.5rem;
}
.quality-mian .quality-rmian .quality-item p{
    font-size: 0.4rem;
    color: #999;
    margin-top: 0;
    text-align: center;
}
.quality-mian .quality-rmian .quality-ibox1{
    top: 8%;
    left: 50%;
    transform: translateX(-50%);
}
.quality-mian .quality-rmian .quality-ibox1 h2{
    color: #253e83;
}
.quality-mian .quality-rmian .quality-ibox2{
    top: 24%;
    left: 14%;
    text-align: right;
}
.quality-mian .quality-rmian .quality-ibox2 p{
    text-align: right;
}
.quality-mian .quality-rmian .quality-ibox2>div{
    float: left;
}
.quality-mian .quality-rmian .quality-ibox2 .quality-iteimg{
    margin-left: 0.5rem;
}
.quality-mian .quality-rmian .quality-ibox2 h2{
    color: #c0504d;
    text-align: right;
}
.quality-mian .quality-rmian .quality-ibox3{
    top: 46%;
    left: 3%;
    text-align: right;
}
.quality-mian .quality-rmian .quality-ibox3>div{
    float: left;
}
.quality-mian .quality-rmian .quality-ibox3 .quality-iteimg{
    margin-left: 0.5rem;
}
.quality-mian .quality-rmian .quality-ibox3 h2{
    color: #9bbb59;
    text-align: right;
}
.quality-mian .quality-rmian .quality-ibox4{
    top: 66%;
    left: 13%;
    text-align: right;
}
.quality-mian .quality-rmian .quality-ibox4>div{
    float: left;
}
.quality-mian .quality-rmian .quality-ibox4 .quality-iteimg{
    margin-left: 0.5rem;
}
.quality-mian .quality-rmian .quality-ibox4 h2{
    color: #4f81bd;
    text-align: right;
}
.quality-mian .quality-rmian .quality-ibox4 p{
    text-align: right;
}
.quality-mian .quality-rmian .quality-ibox5{
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
}
.quality-mian .quality-rmian .quality-ibox5 h2{
    color: #4f81bd;
    text-align: center;
}
.quality-mian .quality-rmian .quality-ibox5 .quality-iteimg{
    margin-bottom: 0.5rem;
}
.quality-mian .quality-rmian .quality-ibox6{
    top: 66%;
    right: 2%;
    text-align: left;
}
.quality-mian .quality-rmian .quality-ibox6>div{
    float: left;
}
.quality-mian .quality-rmian .quality-ibox6 .quality-iteimg{
    margin-right: 0.5rem;
}
.quality-mian .quality-rmian .quality-ibox6 h2{
    color: #8064a2;
    text-align: left;
}
.quality-mian .quality-rmian .quality-ibox6 p{
    text-align: left;
}
.quality-mian .quality-rmian .quality-ibox7{
    top: 46%;
    right: -1.5%;
    text-align: left;
}
.quality-mian .quality-rmian .quality-ibox7>div{
    float: left;
}
.quality-mian .quality-rmian .quality-ibox7 .quality-iteimg{
    margin-right: 0.5rem;
}
.quality-mian .quality-rmian .quality-ibox7 h2{
    color: #9bbb59;
    text-align: left;
}
.quality-mian .quality-rmian .quality-ibox7 p{
    text-align: left;
}
.quality-mian .quality-rmian .quality-ibox8{
    top: 24%;
    right: 4%;
    text-align: left;
}
.quality-mian .quality-rmian .quality-ibox8>div{
    float: left;
}
.quality-mian .quality-rmian .quality-ibox8 .quality-iteimg{
    margin-right: 0.5rem;
}
.quality-mian .quality-rmian .quality-ibox8 h2{
    color: #c0504d;
    text-align: left;
}
.quality-mian .quality-rmian .quality-ibox8 p{
    text-align: left;
}
.pho-quality{
    display: none;
}
.quality{
    position: relative;
}
#bg-animation {
    left: 50%;
    position: absolute;
    top: 0; 
    width:100%;
    height: 100%;
    transform: translate(-50%, 0px);
}
.industry{
    padding: 2rem 0;
    background-color: #f6f6f6;
    /*background-image: url(../img/industrybj01.png);
    background-repeat: no-repeat;
    background-position: bottom center;*/
    position: relative;
    opacity: 0;
    top: 50px;
    overflow: hidden;
}
.industry #wave{
    position: absolute;
    bottom: 0;
}
.industry .industry-name{
    font-size: 1rem;
    text-align: center;
    color: #333;
}
.industry .industry-mian{
    width: 1340px;
    margin:2rem auto;
}
.industry .industry-mian>div{
    float: left;
}
.industry .industry-mian .industry-cont{
    width:750px;
}
.industry .industry-mian .industry-left,.industry .industry-mian .industry-right{
    width: 282px;
}
.industry .industry-mian .industry-left{
    text-align: right;
    padding-right:0.5rem;
}
.industry .industry-mian .industry-left .industry-item{
    margin-bottom: 1rem;
    position: relative;
    opacity: 0;
}

.industry .industry-mian .industry-left h2{
    font-size: 0.5rem;
    color: #333;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: bold;
}
.industry .industry-mian .industry-left p{
    font-size: 0.35rem;
    margin-bottom: 0;
    margin-top: 0.5rem;
}
.industry .industry-mian .industry-cont img{
    width: 100%;
}
.industry .industry-mian .industry-right{
    text-align: left;
    padding-left:0.5rem;
    float: right;
}
.industry .industry-mian .industry-right .industry-item{
    margin-bottom: 0.5rem;
    position: relative;
    opacity: 0;
}
.industry .industry-mian .industry-right h2{
    font-size: 0.5rem;
    color: #333;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: bold;
}
.industry .industry-mian .industry-right p{
    font-size: 0.35rem;
    margin-bottom: 0;
    margin-top: 0.25rem;
}
.industry .industry-mian .industry-cont{
    position: relative;
}
.industry .industry-mian .industry-cont .industry-cont-cn{
    position: absolute;
    font-size: 0.75rem;
    color: #253e83;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 3rem;
    font-weight: bold;
}
.industry .industry-mian .industry-cont img{
    width: 18.75rem;
    display:inherit;
    margin:0 auto; 
}
.industry .industry-mian .industry-cont .industry-itemleft{
 position: absolute;
 left: 0;
 width: 40%;
 text-align: right;
 opacity: 0;
}
.industry .industry-mian .industry-cont h2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 0.5rem;
    font-weight: bold;
}
.industry .industry-mian .industry-cont p{
    font-size: 0.35rem;
    margin-top: 0;
    margin-bottom: 0;
}
.industry .industry-mian .industry-cont .industry-itemright{
 position: absolute;
 right: 0;
 width: 40%;
 text-align: left;
}
.pho-industry-mian{
    display: none;
}
.inaround{
    padding: 2rem 0;
    background-image: url(../img/inaroundbj.png);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    position: relative;
    top: 50;
}
.inaround h2{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1rem;
    color: #000;
    text-align: center;
}
.inaround .inaround-name{
    font-size: 0.45rem;
    color: #666666;
    padding: 0.5rem 0;
    text-align: center;
}
.inaround-swiper{
    padding: 2rem 0 3.5rem;
    width: 62.5%;
    margin:0 auto;
    overflow: hidden; 
}
.inaround-swiper .swiperimg{
    text-align: center;
    margin: 0 auto 1rem;
}
.inaround-swiper .swiperimg img{
    width: 40%;
}

.inaround-swiper .swiper-slide{
    transform: scale(0.3);
    position: relative;
}
.inaround-swiper .swiper-slide-active{
    transform: scale(1);

} 
.inaround-swiper .swiper-slide-prev{
    transform: scale(0.6);

}
.inaround-swiper .swiper-slide-prev img{
    position: absolute;
    left: -28%;
    top: 218%;
}
.inaround-swiper .swiper-slide-next{
    transform: scale(0.6);

}
.inaround-swiper .swiper-slide-next img{
   position: absolute;
   left: 30%;
   top: 218%;
}
.inaround-swiper .swipertemt{
    position:absolute;
    left: 50%;

    transform: translateX(-50%);
    width: 12rem;
}
.inaround-swiper .swiper-slide h2{
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-size: 0.6rem;
    text-align: center;
    display: none;
}
.inaround-swiper .swiper-slide p{
    font-size: 0.45rem;
    color: #666666;
    display: none;
    text-align: center;
}
.inaround-swiper .swiper-slide-active h2{
    display: block;
}
.inaround-swiper .swiper-slide-active p{
    display: block;
    line-height: 2;
}
.inaround-bottom{
    width:62.5%;
    margin:0 auto;
    position: relative;
}
.inaround-bottom .inaround-button-next,.inaround-bottom .inaround-button-prev{
    position: absolute;
    width: 16px;
    height: 28px;
}
.inaround-bottom .inaround-button-prev{
    background-image: url(../img/inleft01.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
    left: 45%;
}
.inaround-bottom .inaround-button-next{
    background-image: url(../img/inright01.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
    right: 45%;
}
.inaround-people{
    padding: 2rem 0;
    background-image: url(../img/inpeople01.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 50px;
    opacity: 0;
}
.inaround-people h2{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1rem;
    color: #000;
    text-align: center;
}
.inaround-people .inaround-name{
    font-size: 0.45rem;
    color: #666666;
    padding: 0.5rem 0;
    text-align: center;
}
.inaround-allimg{
    width: 898px;
    height: 898px;
    background-image:url(../img/i_people10.png); 
    margin:0.2rem auto 0;
    position: relative;
}
.inaround-allimg .inaround-doimg{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.inaround-allimg .inaround-cont{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
}
.inaround-allimg .inaround-cont h2{
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    font-size: 0.5rem;
}
.inaround-allimg .inaround-cont p{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 0.35rem;
}
.inaround-allimg .inaround-item1{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 12%;
}
.inaround-allimg .inaround-item2{
    position: absolute;
    left: 21%;
    top: 20%;
}
.inaround-allimg .inaround-item3{
    position: absolute;
    left: 10%;
    top: 41%;
}
.inaround-allimg .inaround-item4{
    position: absolute;
    left: 13%;
    bottom: 27%;
}
.inaround-allimg .inaround-item5{
    position: absolute;
    left: 30%;
    bottom: 13%;
}
.inaround-allimg .inaround-item6{
    position: absolute;
    right: 30%;
    bottom: 13%;
}
.inaround-allimg .inaround-item7{
    position: absolute;
    right: 13%;
    bottom: 27%;
}
.inaround-allimg .inaround-item8{
    position: absolute;
    right: 10%;
    top: 41%;
}
.inaround-allimg .inaround-item9{
    position: absolute;
    right: 21%;
    top: 20%;
}
.pho-in-gotter{
    display: none;
}
.building-header{
    padding: 2rem;
    text-align: center;
    position: relative;
    top: 50px;
    opacity: 0;
}
.building-header .tuna{
    margin-top: 0;
    font-size: 1rem;
}
.tuanss p{
	font-size: 0.45rem;
	line-height: 1.6;
}
.building-header .building-mian{
    padding: 1rem 0 0 0;
}
.building-header .building-mian ul li{
    padding: 0 0.5rem 0 0;
    border-bottom:0;
    border-right :0;
    margin-bottom: 0.5rem;
    position: relative;
}
.building-header .building-mian ul li .building-all{
    background: #fff;
    padding: 0 0.3rem;
    border-radius:0 0 0.08rem 0.08rem;
}
.building-header .building-mian ul li .building-Name{
    font-size: 0.55rem;
    text-align: left;
    color: #000;
    padding: 0.5rem 0;
    border-bottom: 1px solid #f2f2f2;
}
.building-header .building-mian ul li .building-time{
    font-size: 0.35rem;
    color: #999;
    padding: 0.5rem 0;
    text-align:left; 
}
.science-main{
    padding: 2rem 0;
    background-color: #f6f6f6;
    /*background-image: url(../img/industrybj01.png);
        background-repeat: no-repeat;
        background-position: bottom center;*/
        position: relative;
        top: 50px;
        opacity: 0;
        overflow: hidden;
    }
    .science-main #wave{
        position: absolute;
        bottom: 0;
    }
    .science-main h2{
        text-align: center;
        margin-bottom: 2rem;
        margin-top: 0;
        font-size: 1rem;
        color: #000;
    }

    .science-main-all{
        width: 1200px;
        height: 810px;
        margin: 0 auto;
        position: relative;
    }
    .science-wai{
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    .science-nei{
       position: absolute;
       left: 50%;
       top: 50%;
       transform: translateX(-50%) translateY(-50%); 
   }
/*.science-main-all .science-wai img{
    position: absolute;
    left: 50%;
     transform: translateX(-50%);
     }*/
     .science-main-all .science-item{
        position: absolute;
    }
    .science-main-all .science-item .kejiimg{
        margin-right: 0.5rem;
    }
    .science-main-all .science-item>div{
        float: left;
        font-weight: bold;
        text-align: left;
    }
    .science-main-all .science-left01{
        top: 24%;
    }
    .science-main-all .science-left02{
        top: 43%;
    }
    .science-main-all .science-left03{
        top: 62%;
    }
    .science-main-all .science-left04{
        top: 80%;
    }
    .science-main-all .science-right{
        position: absolute;
    }
    .science-main-all .science-right .kejiimg{
        margin-left: 0.5rem;
    }
    .science-main-all .science-right>div{
        float: right;
        font-weight: bold;
        text-align: right;
    }
    .science-main-all .science-right01{
        top: 24%;
        right: 0;
    }
    .science-main-all .science-right02{
        top: 43%;
        right: 0;
    }
    .science-main-all .science-right03{
        top: 62%;
        right: 0;
    }
    .science-main-all .science-right04{
        top: 80%;
        right: 0;
    }
    .finance-main{
        padding: 2rem 0;
        background-color: #f6f6f6;
    /*background-image: url(../img/industrybj01.png);
        background-repeat: no-repeat;
        background-position: bottom center;*/
        position: relative;
        top: 50px;
        opacity: 1;
        overflow: hidden;
    }
    .finance-main #wave{
        position: absolute;
        bottom: 0;
    }
    .finance-main h2{
        text-align: center;
        font-size: 1rem;
        margin-bottom: 0;
        margin-top: 0;
    }
    .finance-com{
        width: 1500px;
        height: 810px;
        margin: 0.5rem auto;
    }
    .finance-com .finance-wai {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    .finance-com .science-neicon {
        position: absolute;
        left: 50%;
        top:50%;
        transform: translateX(-50%) translateY(-50%);
        z-index: 100;
    }
    .finance-com .finance-item{
        position: absolute;
        width: 10.25rem;
    }
    .finance-com .finance-left01{
        text-align: right;
        top: 28%;
    }
    .finance-com .finance-left01 h2{
        margin-top:0;
        margin-bottom: 0.5rem;
        text-align: right;
        font-size: 1rem;
        color: #000; 
    }
    .finance-com .finance-left01 p{
        margin-top:0;
        margin-bottom: 0.5rem;
        font-size: 0.6rem;
        color: #253e83;
    }
    .finance-com .finance-left01 div{
        font-size: 0.38rem;
        text-align: left;
        line-height: 2;
    }
    .finance-com .finance-left02{
        text-align: right;
        top: 58%;
    }
    .finance-com .finance-left02 h2{
        margin-top:0;
        margin-bottom: 0.5rem;
        text-align: right;
        font-size: 1rem;
        color: #000; 
    }
    .finance-com .finance-left02 p{
        margin-top:0;
        margin-bottom: 0.5rem;
        font-size: 0.6rem;
        color: #9179ae;
    }
    .finance-com .finance-left02 div{
        font-size: 0.38rem;
        text-align: left;
        line-height: 2;
    }
    .finance-com .finance-right01{
        text-align: left;
        top: 28%;
        right: 8%;
    }
    .finance-com .finance-right01 h2{
        margin-top:0;
        margin-bottom: 0.5rem;
        text-align: left;
        font-size: 1rem;
        color: #000; 
    }
    .finance-com .finance-right01 p{
        margin-top:0;
        margin-bottom: 0.5rem;
        font-size: 0.6rem;
        color: #c0504d;
    }
    .finance-com .finance-right01 div{
        font-size: 0.38rem;
        text-align: left;
        line-height: 2;
    }
    .finance-com .finance-right02{
        text-align: left;
        top: 58%;
        right: 8%;
    }
    .finance-com .finance-right02 h2{
        margin-top:0;
        margin-bottom: 0.5rem;
        text-align: left;
        font-size: 1rem;
        color: #000; 
    }
    .finance-com .finance-right02 p{
        margin-top:0;
        margin-bottom: 0.5rem;
        font-size: 0.6rem;
        color: #9cbc5b;
    }
    .finance-com .finance-right02 div{
        font-size: 0.38rem;
        text-align: left;
        line-height: 2;
    }
    .finance-pho{
        display: none;
    }
    .pho-core-ru{
        display: none;
    }
    .model-colose{
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color:rgba(0,0,0,0.5);
        display: none;
        z-index: 1000;
    }
    .model-colose .buing-container{
        position: relative;
        overflow: hidden;
        top: 50%;
        left: 50%;
        transform:translateY(-50%) translateX(-50%);
        width: 54.6%;
    }
    .model-colose .buing-container img{
        width: 100%;
    }
    .model-colose .close-detial{
        width: 50px;
        height: 50px;
        background-image: url(http://192.168.3.14/nlsc/static/web/css/../img/yuan.png);
        text-align: center;
        background-repeat: no-repeat;
        position: absolute;
        top: 4.17%;
        right: 4.17%;
        z-index: 100;
        line-height: 48px;
        cursor: pointer;
        background-size: 100% 100%;
    }
    .inaround-allimg .inaround-ite-al .inaround-ite{
        z-index: 10;
    }
    .inaround-allimg .inaround-ite-al .inaround-ite img{
       border-radius: 50%;
       width: 2.8rem;
       height: 2.8rem;
   }
   .science-nei img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.science-nei .imgs01{
	opacity: 0;
	transition:all 1s;
}

.science-nei .imgs02,.science-nei .imgs03,.science-nei .imgs04{
	opacity: 0;
	transition:all 1s;
}
.science-nei .cur{
	opacity: 1 !important;
}
@media (max-width: 1680px){
    .news-main .news-contant ul li .news-det-img{
        height:5.5rem;
    }
    .news-main .news-contant ul li{
        max-height: 560px;
    }
/*	.core-mian .core-item1{
		top: 2%;
		left: 21%;
	}
	.core-mian .core-item2{
		top: 2%;
		right: 21%;
	}
	.core-mian .core-item5{
		bottom: 2%;
       }*/
       .product .product-right .product-fen .product-button-next{
          right: 1rem;
      }
      .product .product-right .product-fen .product-button-prev{
          left: 1rem;
      }
      .product .product-right .num-box{
          right: 1rem;
      }
  }
  @media (max-width: 1580px){
    .core .i-about-box .core-mian .core-title1{
        position: absolute;
        top: 0;
        left: 1%;
    }
    .core .i-about-box .core-mian .core-title2{
        position: absolute;
        top: 0;
        right: 3%;
    }
    .core .i-about-box .core-mian .core-title3{
        position: absolute;
        bottom: 25%;
        left: -16%;
    }
    .core .i-about-box .core-mian .core-title4{
        position: absolute;
        bottom: 25%;
        right: -8%;
    }
    .core .i-about-box .core-mian .core-title5{
        position: absolute;
        bottom: -13%;
        left: 50%;
        transform: translate(-50%,calc(-50% + 1rem));
    }
    .quality-mian .quality-rmian .quality-ibox3{
        left: 2%;
    }
    .quality-mian .quality-rmian .quality-ibox6{
        right: 1%;
    }
    .quality-mian .quality-rmian .quality-ibox7{
        right: -3%;
    }
    .quality-mian .quality-rmian .quality-ibox8{
        right: 3%;
    }
    .finance-com{
        width: 1200px;
    }
    .finance-com .finance-right01{
        right: 6%;
    }
    .finance-com .finance-right02{
        right: 6%;
    }
    .finance-com .finance-left01{
        left: 6%;
    }
    .finance-com .finance-left02{
        left: 6%;
    }
/* .core-mian .core-item1{
    top: 2%;
    left: 21%;
}
.core-mian .core-item2{
    top: 2%;
    right: 21%;
}
.core-mian .core-item3{
    top: 49%;
    left: 10%;
}
.core-mian .core-item4{
    top: 49%;
    right: 10%;
    }*/
/*.core-mian .core-item5{
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%);
    }*/
}
@media (max-width: 1440px){
    .news-main .news-contant ul li{
        height:490px;
    }
}
@media (max-width: 1366px){
	.i-about-box .con{
        width: 70%;
        margin-top: 1rem;
    }
    .i-about-box .icon-box{
        margin-top: 1rem;
    }
    .i-about-box .icon-box .item{
        margin: 0 .5rem;
    }
    .i-about-box .index-more{
        margin-top: 1rem;
    }
    .i-product .text-box{
        padding: 0 7%;
    }
    .core .i-about-box .core-mian .core-title1{
        position: absolute;
        top: 0;
        left: -1%;
    }
    .core .i-about-box .core-mian .core-title2{
        position: absolute;
        top: 0;
        right: 1%;
    }
    .core .i-about-box .core-mian .core-title3{
        position: absolute;
        bottom: 25%;
        left: -17%;
    }
    .core .i-about-box .core-mian .core-title4{
        position: absolute;
        bottom: 25%;
        right: -9%;
    }
    .core .i-about-box .core-mian .core-title5{
        position: absolute;
        bottom: -14%;
        left: 50%;
        transform: translate(-50%,calc(-50% + 1rem));
    }
    .quality-mian .quality-rmian .quality-ibox3{
        left: 1%;
    }
    .quality-mian .quality-rmian .quality-ibox4{
        left: 11%;
    }
    .quality-mian .quality-rmian .quality-ibox6{
        right: -1%;
    }
    .quality-mian .quality-rmian .quality-ibox7{
        right: -4%;
    }
    .quality-mian .quality-rmian .quality-ibox8{
        right: 1%;
    }
    .industry .industry-mian{
        width: 1000px;
    }
    .industry .industry-mian .industry-cont{
        width: 500px;
    }
    .industry .industry-mian .industry-left, .industry .industry-mian .industry-right{
        width: 242px;
    }
    .industry .industry-mian .industry-cont img{
        width: 16.75rem;
    }
/*.inaround-swiper .swiper-slide-active .swipertemt{
    position: absolute;
    bottom:-30% !important;
    }*/
/*.inaround-swiper .swipertemt{
    position: absolute;
    bottom:-30%;
    }*/
    .pattern .pattern-mian .patterimg{
        width: 800px;
    }
    .pattern .pattermian-ov{
        width: 800px;
    }
    .pattern .pattern-mian .pattermian-ov .p-right{
        padding: 0.5rem;
    }
    .pattern .pattern-mian .pattermian-ov .p-right h2{
        padding: 0.5rem 0;
    }
    .pattern .pa-simg{
        width: 800px;
    }
/*.core-mian .core-item1{
    top: 2%;
    left: 23.5%;
}
.core-mian .core-item2{
    top: 2%;
    right: 23.5%;
}
.core-mian .core-item3{
    top: 49%;
    left: 10%;
}
.core-mian .core-item4{
    top: 49%;
    right: 10%;
    }*/
/*.core-mian .core-item5{
    bottom: 3.5%;
    left: 50%;
    transform: translateX(-50%);
    }*/
}
@media (max-width: 1200px){
    .core .i-about-box .core-mian .core-title1{
        position: absolute;
        top: 0;
        left: -3%;
    }
    .core .i-about-box .core-mian .core-title2{
        position: absolute;
        top: 0;
        right: 0%;
    }
    .core .i-about-box .core-mian .core-title3{
        position: absolute;
        bottom: 25%;
        left: -19%;
    }
    .core .i-about-box .core-mian .core-title4{
        position: absolute;
        bottom: 25%;
        right: -9%;
    }
    .core .i-about-box .core-mian .core-title5{
        position: absolute;
        bottom: -16%;
        left: 50%;
        transform: translate(-50%,calc(-50% + 1rem));
    }
    .quality-mian .quality-rmian .quality-ibox2{
        left: 12%;
    }
    .quality-mian .quality-rmian .quality-ibox3{
        left: -1%;
    }
    .quality-mian .quality-rmian .quality-ibox4{
        left: 9%;
    }
    .quality-mian .quality-rmian .quality-ibox6{
        right: -4%;
    }
    .quality-mian .quality-rmian .quality-ibox7{
        right: -7%;
    }
    .quality-mian .quality-rmian .quality-ibox8{
        right: -1%;
    }
    .science-main-all{
        width: 840px;
        height: 810px;
    }
    .core-ads{
        width: 800px;
    }
    .core-mian .core-item1{
        top: 2%;
        left: 10.5%;
    }
    .core-mian .core-item2{
        top: 2%;
        right: 10.5%;
    }
    .core-mian .core-item3{
        top: 42%;
        left: -10%;
    }
    .core-mian .core-item4{
        top: 42%;
        right: -10%;
    }
    .core-mian .core-item5{
        bottom: 2%;
        left: 10.5%;
    }
    .core-mian .core-item6{
        bottom: 2%;
        right: 10.5%;
    }
}














/*-----------------------------新增页面------------------------------*/



@font-face {
    font-family: "PINGFANG MEDIUM-subfont";
    src: url("../fonts/PINGFANG MEDIUM-subfont.woff2") format("woff2"), url("../fonts/PINGFANG MEDIUM-subfont.woff") format("woff"), url("../fonts/PINGFANG MEDIUM-subfont.ttf") format("truetype"), url("../fonts/PINGFANG MEDIUM-subfont.eot") format("embedded-opentype"), url("../fonts/PINGFANG MEDIUM-subfont.svg") format("svg");
}


@font-face {
  font-family: "BEBAS__";
  src: url("../fonts/BEBAS__.woff2") format("woff2"),
  url("../fonts/BEBAS__.woff") format("woff"),
  url("../fonts/BEBAS__.ttf") format("truetype"),
  url("../fonts/BEBAS__.eot") format("embedded-opentype"),
  url("../fonts/BEBAS__.svg") format("svg");
}

.bebas{
  font-family: "BEBAS__";
}
.ping_m{
   font-family: "PINGFANG MEDIUM-subfont";
}


.wp1200{
    width: 1200px;
    margin: 0 auto;
}

.txt_bold{
    font-weight: bold;
}

.backcover{
  background-size: cover!important;
}




.honor-wrap{
    padding: 2.5rem 2rem;
    box-sizing:border-box;
}

.honor-wrap .tit-40{
    text-align: center;
    margin-bottom: 1.5rem;
}


.honor-wrap .honor-next{
    width: 1.35rem;
    height: 1.35rem;
    background: url('../../web/img/swiper-r.png')no-repeat center center;
    background-size: contain;
    right: 0;
    top: 48%;
    transform:translateY(-50%); 
    margin-top: 0;
}
.honor-wrap .honor-next.swiper-button-disabled{
    opacity: 1;
}
.honor-wrap .honor-prev.swiper-button-disabled{
    opacity: 1;
}
.honor-wrap .honor-prev{
    width: 1.35rem;
    height: 1.35rem;
    background: url('../../web/img/swiper-l.png')no-repeat center center;
    background-size: contain;
    top: 48%;
    transform:translateY(-50%); 
    left:0;
    margin-top: 0;
}

.honor-swiper{
    position: relative;
    box-sizing:border-box;
    padding: 0 3.25rem;
}


.honor-swiper:before{
    content: '';
    position: absolute;
    width: 98%;
    height: 0.5px;
    background: rgba(0,0,0,0.2);
    left: 2%;
    top: 48%;
    transform:translateY(-50%); 
}



.honor-swiper .swiper-slide{
    width: 6.25rem;
    position: relative;
    height:17.5rem;
}


.honor-swiper .swiper-slide .yearnum{
   position: absolute;
   left: 50%;
   transform: translate(-50%,-50%);
   color: #000;
   text-align: center;
   top: 48%;
   margin-top: 0.58rem;
}

.honor-swiper .swiper-slide .yearnum:before{
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background: #26b597;
    left: 50%;
    transform:translateX(-50%);
    bottom: 0;
    border-radius: 50%;
    top: -0.3rem;
}







.honor-swiper .swiper-slide .conbox{
    width: 7.5rem;
    height: 7.5rem;
    background: #fff;
    position: absolute;
    left: 50%;
    transform:translateX(-50%); 
    box-sizing:border-box;
    padding: 0.5rem 0.7rem 0;
    top: 0;
}

.honor-swiper .swiper-slide .conbox:before{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-width: 7px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    bottom: -14px;
    left: 50%;
    transform:translateX(-50%); 
}
.honor-swiper .swiper-slide:nth-child(2n) .conbox{
    top: auto;
    bottom: 0;
}
.honor-swiper .swiper-slide:nth-child(2n) .conbox:before{
   bottom: auto;
   border-color:transparent transparent #fff  transparent;
   top: -14px;
}

.honor-swiper .swiper-slide .tit-48{
   color: rgba(207,207,207,0.4);   
}


.honor-swiper .swiper-slide .tit-24{
    color: #000;
    margin: 0.15rem 0 0.5rem;
}


.honor-swiper .swiper-slide .tit-16{
    line-height: 1.875;
    color: #666;
}



.js-m.imgwidth {
    opacity: 0;
    filter: alpha(opacity=0);
    transition: clip-path 1s cubic-bezier(0.62, 0.04, 0, 0.96),opacity 0.8s;
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.js-m.imgwidth.animate {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    opacity: 1;
}



.js-m.fadep {
    opacity: 0;
    transform: translateY(20px);
    transition:all 1s ease 0s;
}

.js-m.fadep.animate {
    opacity: 1;
    transform: translateY(0);
}



.n-banner .back_list{
    width: 3.25rem;
    height: 1.25rem;
    line-height: 1.25rem;
    box-sizing:border-box;
    border:1px solid rgba(255,255,255,0.5);
    display: inline-block;
    border-radius: 1.25rem;
    text-align: center;
    padding: 0 .55rem;
    color: #fff;
    white-space: nowrap;
    font-size: 0.35rem;
}

.n-banner .back_list i{
    display: inline-block;
    margin-right: 0.25rem;
    width: 12px;
    height: 12px;
    background: url('../../web/img/list-ico.png')no-repeat center center;
    background-size: contain;
}

.n-banner .back_list:hover{
   border:1px solid rgba(255,255,255,1);
   background: #fff;
   color: #31cdac;
}
.n-banner .back_list:hover i{
    background: url('../../web/img/list-icoa.png')no-repeat center center;
    background-size: contain;
}


.code-first{
    padding: 2.1rem 0 2.5rem;
}


.code-first .title{
    margin-bottom: 2rem;
    text-align: center;
}

.code-first .title .tit-40{
    margin-bottom: 0.75rem;
}

.code-first .con_box img{
    width: 36.66%;
    top: 50%;
    transform:translateY(-50%);
    right: 0; 
    position: absolute;
}
.code-first .con_box .lecon{
    width: 54.16%;
}

.code-first .con_box .item{
    background: none!important;
    margin-bottom: 1.1rem;
}
.code-first .con_box .item:last-child{
    margin-bottom: 0;
}

.code-first .con_box .item .tit-24{
    margin-bottom: 0.5rem;
}
.code-first .con_box .item .tit-16{
    line-height: 1.875;
    color: #666;
}


.code-second .top_con{
    padding: 2.1rem 0 1.1rem;
}

.code-second .top_con .title{
    margin-bottom: 1.25rem;
    text-align: center;
}

.code-second .top_con .tit-40{
    margin-bottom: 0.75rem;
}

.code-second .top_con .tit-16{
    line-height: 1.875;
    color: #666;
}

.ty_con_box{
    display: flex;
    justify-content: center;
}

.ty_con_box .item{
    margin: 0 0.325rem;
    box-sizing:border-box;
    width: 4rem;
    height: 4rem;
    border:1px solid #eaeaea;
    border-radius: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: #666;
}

.ty_con_box .item img{
    max-height: 1.25rem;
    margin-bottom: 0.4rem;
}

.code-wrap .conimg img{
    width: 100%;
}
.code-third{
    background: #fff;
}
.code-third .ricon{
    text-align: center;
    background: #f6f6f6;
    padding: 1.5rem 2rem 0;
    width: 50%;

}
.code-third .ricon img{
    max-width: 100%;
}
.code-third .lecon{
    box-sizing:border-box;
    padding: 4rem 2.5rem 0 10%;
    width: 50%;
}
.code-third .lecon .title{
    margin-bottom: 2.25rem;
}
.code-third .lecon .tit-40{
    margin-bottom:0.75rem;
}

.code-third .lecon .tit-16{
    line-height: 1.875;
    color: #666;
}
.code-third .conbox{
    background: #f6f6f6;
    padding: 2.25rem 3rem 2rem;
    text-align: center;
}

.code-third .conbox .tit-30{
    margin-bottom: 1rem;
}

.ty_con_box.left{
    justify-content: flex-start;
}
.ty_con_box.left .item:first-child{
    margin-left:0;
}

.code-four .lecon{
 width: 50%;
 padding: 2.75rem 2rem 2.5rem;
 text-align: center;
 background: #e9ecef;
}
.code-wrap img{
    max-width: 100%;
}
.code-four .lecon img{
    max-width: 100%;
}
.code-four .ricon{
    box-sizing:border-box;
    padding: 3.75rem 10% 0 2.5rem;
    width: 50%;
}
.code-four .ricon .tit-16{
    line-height: 1.875;
    color: #666;
    margin: 0.75rem 0 2.25rem;
}
.code-four .conbox{
    padding: 2.5rem 2rem 2rem;
}

.code-four .conbox .title{
    margin-bottom: 2rem;
}
.code-four .conbox .tit-40{
    margin-bottom: 1rem;
}


.code-five{
    background: #f6f6f6;
}

.code-five .top_con{
    padding: 2.15rem 0 1.5rem;
    text-align: center;
}

.code-five .top_con .tit-40{
    margin-bottom: 0.75rem;
}

.code-five .top_con .tit-16{
    color: #666;
    line-height: 1.875;
}


.code-six{
    height: 15.5rem;
    box-sizing:border-box;
    padding: 2.5rem 0 0;
    text-align: center;
}

.code-six .tit-40{
    margin-bottom: 0.65rem;
}

.code-six .tit-16{
    line-height: 1.875;
    color: #666;
}
/*---------------------------响应---------------------------*/

@media(max-width: 1440px){
    .honor-swiper .swiper-slide .tit-48 {
        font-size: 1rem;
    }
    .honor-swiper .swiper-slide .tit-16 {
        line-height: 1.6;
        font-size: 0.4rem;
    }
    .honor-swiper .swiper-slide .yearnum {
        margin-top: 0.65rem;
    }
}
@media(max-width: 1366px){
    .wp1200{
        width: 80%;
    }
}
@media(max-width: 1024px){
   .wp1200{
    width: 92%;
}
.honor-wrap {
    padding: 2.5rem 4%;
}

.code-third .lecon {
    box-sizing: border-box;
    padding: 1rem 1rem 0 4%;
    width: 50%;
}
.code-third .lecon .title {
    margin-bottom: 1.25rem;
}
.code-four .ricon {
    padding: 1rem 4% 0 2rem;
}
.code-four .ricon .tit-16 {
    margin: 0.75rem 0 1rem;
}
}

@media(max-width: 992px){
    .honor-swiper .swiper-slide .yearnum {
        margin-top: 0.58rem;
    }
}




@media(max-width: 767px){
    .honor-wrap .honor-prev {
        width: 0.7rem;
        height: 0.7rem;
    }
    .honor-wrap .honor-next {
       width: 0.7rem;
       height: 0.7rem;
   }

   .honor-wrap {
    padding: 0.75rem 4% 1rem;
}

.honor-wrap .tit-40 {
    margin-bottom: 0.75rem;
}
.honor-swiper{
    padding: 0 0.5rem;
}


.honor-swiper .swiper-slide .conbox {
    width: 4rem;
    height: 4.5rem;
    background: #fff;
    padding: 0.35rem 0.3rem 0;
    top: 0;
}
.honor-swiper .swiper-slide .tit-48 {
    font-size: 0.55rem;
}
.honor-swiper .swiper-slide .tit-24 {
    margin: 0.15rem 0 0.3rem;
    font-size: 0.32rem;
}
.honor-swiper .swiper-slide .tit-16 {
    line-height: 1.6;
    font-size: 0.26rem;
}
.honor-swiper .swiper-slide {
    height: 10.5rem;
    width: 3rem;
}

.n-banner .back_list {
    width: 2.4rem;
    height: 0.8rem;
    line-height: 0.8rem;
    border-radius: 1.25rem;
    padding: 0 .3rem;
    font-size: 0.28rem;
}

.n-banner .back_list i {
    margin-right: 0.1rem;
    width: 12px;
    height: 12px;
}


.code-first {
    padding: 0.75rem 0 1rem;
}
.code-first .title .tit-40 {
    margin-bottom: 0.2rem;
}

.code-first .con_box img {
    width: 100%;
    top: 0;
    transform: translateY(-0%);
    right: 0;
    margin-bottom: 0.5rem;
    position: relative;
}
.code-first .con_box .item {
    margin-bottom: 0.35rem!important;
}
.code-first .con_box .item .tit-24 {
    margin-bottom: 0.2rem!important;
    font-size: 0.34rem!important;
}
.code-first .con_box .item .tit-16{
    font-size: 0.24rem!important;
    line-height: 1.6!important;
}
.code-first .title {
    margin-bottom: 0.5rem;
}
.code-first .con_box .lecon {
    width: 100%;
}


.code-second .top_con {
    padding: 0.75rem 0 1rem;
}
.code-second .top_con .title {
    margin-bottom: 0.5rem;
}
.code-second .top_con .tit-40 {
    margin-bottom: 0.2rem;
}
.code-second .top_con .tit-16 {
    line-height: 1.6;
}
.ty_con_box .item {
    margin: 0 0.1rem;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 0.2rem;
    color: #666;
}
.code-third .lecon {
    padding: 0.75rem 4%;
    width: 100%;
}
.ty_con_box .item img {
    max-height: 0.5rem;
    margin-bottom: 0.2rem;
}
.code-third .ricon {
    padding: 0.75rem 0.5rem;
    width: 100%;
}
.code-third .lecon .tit-40 {
    margin-bottom: 0.2rem;
}
.code-third .lecon .tit-16 {
    line-height: 1.6;
}
.code-third .lecon .title {
    margin-bottom: 0.5rem;
}
.code-third .conbox {
    padding: 0.75rem 4%;
    text-align: center;
}
.code-third .conbox .tit-30 {
    margin-bottom: 0.5rem;
}
.code-four .lecon {
    width: 100%;
    padding: 0.75rem 4%;
}
.code-four .ricon {
   width: 100%;
   padding: 0.75rem 4% 0 4%;
}
.code-four .ricon .tit-16 {
    margin: 0.2rem 0 0.5rem;
}
.code-four .conbox {
    padding: 0.7rem 4%;
}
.code-five .top_con {
    padding: 0.75rem 0 0.5rem;
}
.code-five .top_con .tit-40 {
    margin-bottom: 0.2rem;
}
.code-six .tit-40 {
    margin-bottom: 0.2rem;
}
.code-six .tit-16 {
    line-height: 1.6;
}
.code-six {
    height: 7rem;
    padding: 0.75rem 0 0;
}


}